Namespace:
Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Visual Basic |
Dim input As TInput
Dim returnValue As TOutput
returnValue = RequestParameter.RequestParameterConverter(input)
|
Syntax
C++ |
public:
generic<typename TInput, typename TOutput> where TInput : RequestParameter where TOutput : RequestParameter
static TOutput RequestParameterConverter (
TInput input
)
|
GenericParameters
- TInput
- TOutput
Parameters
- input
Return Value
Returns
Boolean.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows 2008 x64 Edition
See Also